Package com.cisco.pt.ipc.ui
Interface ActivityWizard
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
ActivityWizardImpl
Information provided by the PKI file:
\class ActivityWizard
\brief ActivityWizard is an assessment creation tool.
\details The activity wizard is an assessment tool that allows the user to create highly specific
networking scenarios for other users.
In this version of the API, IPC controlled activity creation via the activity wizard is
not supported. However, certain aspects of an activity may still be manipulated using
the ActivityFile class.
\example appWindow().getActivityWizard()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisabled(boolean bDisabled) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:voidsetWidgetDisable(String name, boolean bDisabled) Information provided by the PKI file:voidsetWidgetVisible(String name, boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides the Activity Wizard widget from view. \param bVisible, true shows the widget, false hides it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
setWidgetVisible
Information provided by the PKI file:
\brief Shows or hides the specified Activity Wizard child widget. \param name, where name is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn, InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn, SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn, ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn, ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn, EnablePassBtn, DisablePassBtn, AddShapeBtn \param bVisible, true shows the child widget, false hides it.- Parameters:
name- Takes in a parameter of namebVisible- Takes in a parameter of bVisible
-
setDisabled
void setDisabled(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to the Activity Wizard widget. \param bDisabled, true disables input events to the widget, false enables it.- Parameters:
bDisabled- Takes in a parameter of bDisabled
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables the specified Activity Wizard child widget. \param name, where name is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn, InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn, SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn, ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn, ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn, EnablePassBtn, DisablePassBtn, AddShapeBtn \param bDisabled, true disables the child widget, false enables it.- Parameters:
name- Takes in a parameter of namebDisabled- Takes in a parameter of bDisabled
-